home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / ScreenSavers / BackSpaceViews / FlippyFloppyView.BackModule / FlippyFloppyWraps.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-06-12  |  703 b   |  23 lines

  1. /* FlippyFloppyWraps.h generated from FlippyFloppyWraps.psw
  2.    by unix pswrap V1.009  Wed Apr 19 17:50:24 PDT 1989
  3.  */
  4.  
  5. #ifndef FLIPPYFLOPPYWRAPS_H
  6. #define FLIPPYFLOPPYWRAPS_H
  7.  
  8. extern void FFWzerocachelimit(int *cacheLimit);
  9.  
  10. extern void FFWsetcachelimit(int cacheLimit);
  11.  
  12. extern void FFWTextBBox(const char *someText, double *llx, double *lly, double *urx, double *ury);
  13.  
  14. extern void FFWTransform(double tx, double ty, double sx, double sy, double r);
  15.  
  16. extern void FFWDeTransform(double tx, double ty, double sx, double sy, double r);
  17.  
  18. extern void FFWBlackBox(double llx, double lly, double width, double height);
  19.  
  20. extern void FFWText(double x, double y, const char *text);
  21.  
  22. #endif FLIPPYFLOPPYWRAPS_H
  23.